home *** CD-ROM | disk | FTP | other *** search
/ The Best of Tucows 2 / The Best of TUCOWS Volume 2.iso / setup95 / javi386.cab / xmldso.cab / xml.inf < prev    next >
INI File  |  1997-08-26  |  2KB  |  74 lines

  1. [Version]
  2. signature="$CHICAGO$"
  3. AdvancedINF=2.0
  4.  
  5. [MyCustomDestination]
  6. 49000=PackageDestination49000,23
  7. 49017=SourceDir
  8.  
  9. [PackageDestination49000]
  10. "HKLM","Software\Microsoft\Java VM","LibsDirectory","",""
  11.  
  12. [Strings]
  13. XMLID="{9C720BE0-1E28-11d1-8F36-00C04FD8FF5E}"
  14. IE3Cab="XML4IE3.CAB"
  15. IE4Cab="XMLDSO.CAB"
  16.  
  17. [Setup Hooks]
  18. hook1=hook1
  19. hook2=hook2
  20.  
  21. [DefaultInstall]
  22. CustomDestination=MyCustomDestination
  23.  
  24. [hook1]
  25. run=extrac32 /e /a /y /l %49000% %IE3Cab%
  26.  
  27. [hook2]
  28. InfFile=xml.inf
  29. InfSection=RegistryData
  30.  
  31. [RegistryData]
  32. CustomDestination=MyCustomDestination
  33. AddReg=AddRegSection
  34.  
  35. [AddRegSection]
  36. HKCR,"CLSID\%XMLID%",,,"Microsoft XML Parser for Java"
  37. HKCR,"CLSID\%XMLID%\InstalledVersion",,,"1,0,0,0"
  38. HKCR,"CLSID\%XMLID%\InstalledVersion","Path",,"%49000%\com\ms\xml\om\Document.class"
  39. HKCR,"CLSID\%XMLID%\InProcServer32",,,"%11%\MSJAVA.DLL"
  40. HKCR,"CLSID\%XMLID%\InProcServer32","NoJavaClass",,""
  41. HKCR,"CLSID\%XMLID%\InProcServer32","ThreadingModel",,"Both"
  42. HKCR,"CLSID\%XMLID%\InProcServer32","Lib",,"%49000%"
  43.  
  44. [VM4Install]
  45. CustomDestination=MyCustomDestination
  46. RunPostSetupCommands=SDKInstallDetect
  47.  
  48. [SDKInstall]
  49. CustomDestination=MyCustomDestination
  50. RunPostSetupCommands=SDKInstallDetect
  51.  
  52. [SDKInstallDetect]
  53. %49017%\INFCond %11%\urlmon.dll LT 4.71.1113.0 %49017%\xml.inf SDKInstall30 else %49017%\xml.inf SDKInstall40
  54.  
  55. [SDKInstall30]
  56. CustomDestination=MyCustomDestination
  57. AddReg=AddRegSection
  58. RunPostSetupCommands=ExtractFiles
  59.  
  60. [ExtractFiles]
  61. extrac32 /e /a /y /l %49000% %49017%\%IE3Cab%
  62.  
  63. [SDKInstall40]
  64. CustomDestination=MyCustomDestination
  65. AddReg=SetupRunOnce
  66. RunPostSetupCommands=CopyCabinet
  67.  
  68. [CopyCabinet]
  69. extrac32 /c /y %49017%\%IE4Cab% %10%
  70.  
  71. [SetupRunOnce]
  72. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce","RunOnceEx",,"rundll32 iernonce,ProcessRunOnceEx"
  73. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\903","Install XMLDSO",,"rundll32 msjava,JavaPkgMgr_Install %10%\%IE4Cab%,0,0,0,0,0,8"
  74.